home *** CD-ROM | disk | FTP | other *** search
- ; Make the Chunker distribution.
- failat 21
-
- ; Clean up T:
- Delete >NIL: T:Chunker#? ALL
-
- ; cd to main directory
- cd /
-
- ; Make dir in T:
- Makedir T:Chunker
-
- ; Copy info file
- Copy /Chunker.info T: QUIET DATES
-
- ; Copy everything else
- Copy #? ALL T:Chunker QUIET DATES
-
- ; Keep track of where we were
- Assign QQFWEG: ""
-
- ; cd to T:Chunker
- cd T:Chunker
-
- ; Compile all documents
- Umentiler FILE_ID.DIZ QUIET
- Umentiler chunker.doc QUIET
- Umentiler Chunker.readme QUIET
-
- ; Make another copy of the .readme
- Copy Chunker.readme /Chunker.readme QUIET DATES
-
- ; Delete some files...
- Delete History #?.lnk source/#?.o QUIET
-
- ; Rename FILE_ID.DIZ
- Rename FILE_ID.DIZ /FILE_ID.DIZ
-
- ; Goto T:
- cd /
-
- ; Create archives
- lha -aerRxZq a T:Chunker.lha T:Chunker/#? T:Chunker.info FILE_ID.DIZ
-
- ; cleanup
- delete FILE_ID.DIZ Chunker Chunker.info ALL QUIET
-
- ; Back up to where we were...
- cd QQFWEG:
- cd source
-
- ; Remove assign
- Assign QQFWEG: REMOVE
-